Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[serial] Improve serial driver chip detect and FIFO handling #575

Merged
merged 1 commit into from
Apr 23, 2020
Merged

[serial] Improve serial driver chip detect and FIFO handling #575

merged 1 commit into from
Apr 23, 2020

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Apr 23, 2020

Fixes from @Mellvik for improved serial chip identification and FIFO operation.
Thanks @Mellvik!

Fixes some problems discussed in #515.
Replaced probe routine with updated version, removed old probe routine.
FIFO enabled for 16550A chips or newer.
FIFO trigger set to 14 characters.
Interrupt receive data buffer increased to 16 characters.
'flush_input_fifo' is a NOP when FIFO on.

@ghaerr ghaerr merged commit ea37b70 into ghaerr:master Apr 23, 2020
@ghaerr ghaerr deleted the ser branch April 24, 2020 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant